home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 128
/
Vol 128 (Damaged).iso
/
games
/
present_.swf
/
scripts
/
DefineSprite_227
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-03-26
|
222 b
|
8 lines
function setAltMeter(alt)
{
altCsik._height = alt * myHeight / _root.kopter.controller.maxAltitude;
altNum._y = altCsik._y - altCsik._height;
altNum.altNum = Math.round(alt);
}
myHeight = this._height - 6;